home *** CD-ROM | disk | FTP | other *** search
/ B's Log 2004 December / B's Log 2004 December.iso / bslog.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2004-03-18  |  1KB  |  57 lines

  1. object FrmMain: TFrmMain
  2.   Left = 192
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FrmMain'
  7.   ClientHeight = 500
  8.   ClientWidth = 665
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object ImgMain: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 640
  27.     Height = 480
  28.     AutoSize = True
  29.   end
  30.   object BtnExit: TTechImage
  31.     Left = 50
  32.     Top = 403
  33.     Width = 32
  34.     Height = 32
  35.     Cursor = crHandPoint
  36.     AutoSize = True
  37.     OnMouseUp = BtnExitMouseUp
  38.     ControlType = ctButton
  39.     DoMouseUp = False
  40.     RightUp = False
  41.     Active = False
  42.   end
  43.   object BtnReadMe: TTechImage
  44.     Left = 426
  45.     Top = 403
  46.     Width = 164
  47.     Height = 32
  48.     Cursor = crHandPoint
  49.     AutoSize = True
  50.     OnMouseUp = BtnReadMeMouseUp
  51.     ControlType = ctButton
  52.     DoMouseUp = False
  53.     RightUp = False
  54.     Active = False
  55.   end
  56. end
  57.